home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>A Script!</title>
- </head>
- <script>
- <!-ù hide from old browsers --//
-
- //This line pops up a message box and
- //serves as a frightening reminder of
- //just how far we've come.
- alert('My First Script!');
-
- //changes the statues bar in your Web
- //browser from the old "document done." To
- //a more personal note.
- window.status = ('My First Page With a Script!');
-
- //--- end hiding -->
- </script>
- <body>
- <h1>Got It?</h1>
- </body>
- </html>
-